Autogenerated HTML docs for v1.7.5-rc0-131-gfa38c
diff --git a/git-config.html b/git-config.html index 0c4f331..31d1ff0 100644 --- a/git-config.html +++ b/git-config.html
@@ -1289,7 +1289,7 @@ Set the path to the root of the working tree. This can be overridden by the GIT_WORK_TREE environment variable and the <em>--work-tree</em> command line option. - The value can an absolute path or relative to the path to + The value can be an absolute path or relative to the path to the .git directory, which is either specified by --git-dir or GIT_DIR, or automatically discovered. If --git-dir or GIT_DIR is specified but none of @@ -2284,9 +2284,13 @@ </dt> <dd> <p> - A boolean value which changes the behavior for fetch and pull, the - default is to not recursively fetch populated submodules unless - configured otherwise. + This option can be either set to a boolean value or to <em>on-demand</em>. + Setting it to a boolean changes the behavior of fetch and pull to + unconditionally recurse into submodules when set to true or to not + recurse at all when set to false. When set to <em>on-demand</em> (the default + value), fetch and pull will only recurse into a populated submodule + when its superproject retrieves a commit that updates the submodule’s + reference. </p> </dd> <dt class="hdlist1"> @@ -4147,7 +4151,7 @@ </dt> <dd> <p> - This option can be used to enable/disable recursive fetching of this + This option can be used to control recursive fetching of this submodule. It can be overridden by using the --[no-]recurse-submodules command line option to "git fetch" and "git pull". This setting will override that from in the <a href="gitmodules.html">gitmodules(5)</a>